Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit 8fd6ddb55e89e0b0618733493383080f22eed807


Parents : 1441b8c
Author : Mark Qvist <mark@unsigned.io>
Date : 2022-10-03T23:09:02+02:00

Light theme by default

Changes

1 files changed, 1 insertions(+), 1 deletions(-)


Diff

diff --git a/sbapp/sideband/core.py b/sbapp/sideband/core.py
index 4bf9705e..85549326 100644
--- a/sbapp/sideband/core.py
+++ b/sbapp/sideband/core.py
@@ -161,7 +161,7 @@ class SidebandCore():
self.config = {}
# Settings
self.config["display_name"] = "Anonymous Peer"
- self.config["dark_ui"] = True
+ self.config["dark_ui"] = False
self.config["start_announce"] = False
self.config["propagation_by_default"] = False
self.config["home_node_as_broadcast_repeater"] = False


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────